home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3853 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.sys.amiga.networking,demon.ip.support
  4. Subject: Re: Advantages of POP3 over SMTP Mail
  5. Date: Sun, 14 Apr 1996 21:22:39 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960414.747A1D0.1341C@contessa.phone.net>
  9. References: <364.6677T1342T1366@kncowans.demon.co.uk> <andrew-1404960245100001@patsy.demon.co.uk>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <andrew-1404960245100001@patsy.demon.co.uk>, andrew@patsy.demon.co.uk (Andrew McNaughton) wrote:
  14. > Advantages are :
  15. > 1.) You can receive email with Eudora or Netscape, no need for AddMail.
  16. > 2.) You can receive your email from anywhere in the world as long as
  17. > you're connected to part of the internet.
  18. > SMTP can only transfer within the host server's network.
  19.  
  20. I don't know where you got this idea. It's certainly not true.
  21.  
  22. > POP3 can serve to any network with the appropriate password.
  23.  
  24. SMTP isn't so restricted. You can send and recieve email to/from ANY
  25. server anywhere on the internet; no password required.
  26.  
  27. SMTP & POP are meant to solve different problems.
  28.  
  29. SMTP is a Mail Transport system. It's designed for moving Mail around
  30. the network. It was designed in the good old days when everyone who
  31. had the tools and knowledge to forge email had reasons for not wanting
  32. mail forgery to work. It's primarily used for sending mail between
  33. peer computers of various kinds. High-end implementations don't ever
  34. depend on some other computer to touch the mail, unless there is data
  35. in the internet-wide hosts database (DNS) instructing it to do so.
  36.  
  37. POP is a Post Office Protocol. A host in the SMTP peer network acts
  38. like a post office - it collects mail from other SMTP hosts on the
  39. internet and holds it until the POP client comes to collect it.
  40. Likewise, it will accept mail from POP clients for delivery elsewhere
  41. on the internet. Since POP was designed for use in hostile
  42. environments (your local university network, for instance) it includes
  43. user identification and authorization features. POP (2; I haven't
  44. checked 3) always depend on talking to an intermediate host that is
  45. filling the role of the Post Office to deliver mail. From the above,
  46. it appears that POP3 can deal with multiple mail servers and use any
  47. of them as the gateway if required.
  48.  
  49.     <mike
  50.